home *** CD-ROM | disk | FTP | other *** search
- /*
- ** getbbsconfig.thor - script that gets the bbs config from
- ** THOR for the chosen bbs and prints it to the screen.
- **
- ** Will return 0 on success, and 10 if the BBS given was unknown.
- **
- ** Template:
- **
- ** BBSNAME=BBS/A
- */
-
- options results
-
- address "THOR.01"
-
- GETBBSCONFIG '"Ultima Thule BBS"'
-
- say "BBSConfig for Ultima Thule BBS:"
- say " BBSPath....:" BBSCONFIG.BBSPATH
- say " GrabName...:" BBSCONFIG.GRABNAME
- say " BBSType....:" BBSCONFIG.BBSTYPE
- say " UserName...:" BBSCONFIG.USERNAME
- say " Signature..:" BBSCONFIG.SIGNATURE
- say " Events.....:" BBSCONFIG.EVENTS
- say " Unread.....:" BBSCONFIG.UNREAD
-
-